{config_load file="$language/lang_$language.conf" section="checkout_confirmation"} {config_load file="$language/lang_$language.conf" section="checkout_navigation"} {config_load file="$language/lang_$language.conf" section="duty_info"} {config_load file="lang_`$language`.custom"} {config_load file="lang_`$language`.section" section="checkout_confirmation"} {if isset($NO_SHIPPING)} {else} {/if}

{#heading_confirmation#}

{if $error != ''}
{$error}
{/if}
{#text_information#|sprintf:$HEADQUARTER} {if $IP_LOG == 'true'}

{#text_ip#} {$CUSTOMERS_IP}

{/if}
{if $REVOCATION} {$TEXT_AGB_CHECKOUT} {else} {$TEXT_AGB_ONLY_CHECKOUT} {/if}
{if isset($EXPRESS)}

{#heading_checkout_express#}

{if isset($success_message)}
{$success_message}
{else} {$FORM_ACTION} {$BUTTON_SUBMIT} {#text_express_checkout_information#} {if isset($EXPRESS_LINK)}{$EXPRESS_LINK}{/if} {$FORM_END} {/if}
{/if}

{if $DELIVERY_LABEL}

{#text_shipping_address#} {#text_edit#}

{$DELIVERY_LABEL}
{/if} {if $BILLING_LABEL}

{#text_payment_address#} {#text_edit#}

{$BILLING_LABEL}
{/if}
{if $SHIPPING_METHOD}

{#text_shipping_method#}{if isset($SHIPPING_EDIT)} {#text_edit#}{/if}

{$SHIPPING_METHOD}
{/if} {if $PAYMENT_METHOD != ''}

{#text_payment_method#}{if isset($PAYMENT_EDIT)} {#text_edit#}{/if}

{$PAYMENT_METHOD}
{/if}
{if $ORDER_COMMENTS != ''}

{#text_comments#}{if isset($PAYMENT_EDIT)} {#text_edit#}{/if}

{$ORDER_COMMENTS}
{/if} {if $PAYMENT_INFORMATION != ''}

{#text_payment_info#}

{foreach name=aussen item=data from=$PAYMENT_INFORMATION} {/foreach}
{if $data.title != ''}{$data.title|stripslashes}{else} {/if} {if $data.field != ''}{$data.field|stripslashes}{else} {/if}
{/if}

{#text_products#} {#text_edit#}

{if sizeof($TOTAL_BLOCK_ARRAY) > 0}
{/if} {if $DELIVERY_DUTY_INFO == true}
{#text_duty_info#}
{/if}
{$CHECKOUT_FORM}{if $MODULE_BUTTONS != ''}{$MODULE_BUTTONS}{/if}
{$CHECKOUT_BUTTON}